pp108 : Specifying Data Values for Check Controls

Specifying Data Values for Check Controls

This topic describes the procedure to specify data values for Check controls.

A Check control is normally used for Web service operations involving true or false as values. This is because the Check control can hold only one of these values at a time.

However, it is possible to modify the control to represent a value retrieved from the backend. Depending on the value, the Check control displays as selected or cleared in an application page.

  1. Open the XForm in the XForms Designer.
  2. Right-click the Check control in the XForm, and select Properties. Alternately, double-click the control. The Check window appears in the XForms Designer.
  3. Click to expand the Data Value pane and make appropriate modifications:
    • In the True Value field, specify the value for which the check control will display as selected.
    • In the False Value field, type the value for which the check control will display as cleared.
  4. Click .

The data values specified for the Check control is saved.